projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b15e57
)
(current-word): Remove (interactive).
author
Karl Heuer
<kwzh@gnu.org>
Mon, 14 Feb 1994 19:51:22 +0000
(19:51 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 14 Feb 1994 19:51:22 +0000
(19:51 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index d917d846d6f9da823d21437c0e1f13c6ff71ca8a..c74141cb1c2d5c1c67aa521204477a1d372d1742 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1959,7
+1959,6
@@
move back first. Otherwise, if point precedes a word constituent,
move forward first. Otherwise, move backwards until a word constituent
is found and get that word; if you reach a newline first, move forward
instead."
- (interactive)
(save-excursion
(let ((oldpoint (point)) (start (point)) (end (point)))
(skip-syntax-backward "w_") (setq start (point))